Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[macOS] Fix Ctrl+Tab and Ctrl+Shift+Tab not working #88334

Merged
merged 1 commit into from
Feb 15, 2024

Conversation

passivestar
Copy link
Contributor

Closes #88323 (fixes both problems described there)

ctrl-tab.mp4

@passivestar passivestar requested a review from a team as a code owner February 14, 2024 18:04
@Mickeon Mickeon added this to the 4.x milestone Feb 14, 2024
@Mickeon Mickeon modified the milestones: 4.x, 4.3 Feb 14, 2024
@passivestar
Copy link
Contributor Author

Shift+Tab was firing twice. Fixed it to explicitly check for Ctrl+Tab and Ctrl+Shift+Tab, since those are the only ones that macos is not letting through

Works good now

@akien-mga akien-mga merged commit 3ed81a8 into godotengine:master Feb 15, 2024
16 checks passed
@akien-mga
Copy link
Member

Thanks!

@passivestar passivestar deleted the ctrl-tab-mac branch February 15, 2024 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[macOS] Ctrl+Tab doesn't work in editor
4 participants